home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / SecalDemo / Inc / graphics / collide.inc < prev    next >
Text File  |  1998-06-24  |  91b  |  8 lines

  1. def BORDERHIT = 0;
  2.  
  3. def TOPHIT = 1;
  4. def BOTTOMHIT = 2;
  5. def LEFTHIT = 4;
  6. def RIGHTHIT = 8;
  7.  
  8.